Overload | Description |
---|---|
DAItemValueArguments<TValue> Constructor() | Initializes a new instance of the class with default data. |
DAItemValueArguments<TValue> Constructor(ServerDescriptor,DAItemDescriptor,TValue,Object) | Initializes a new instance of the class, with the specified OPC server and item descriptors, data value, and a user-defined state object. |
DAItemValueArguments<TValue> Constructor(ServerDescriptor,DAItemDescriptor,TValue) | Initializes a new instance of the class, with the specified OPC server and item descriptors, data value, and a user-defined state object. |
DAItemValueArguments<TValue> Constructor(String,String,String,VarType,TValue,Object) | Initializes a new instance of the class, with the OPC server specified by machine name and server class, the OPC item specified by its ItemId and data type, with the data value, and with a user-defined state object. |
DAItemValueArguments<TValue> Constructor(String,String,String,TValue) | Initializes a new instance of the class, with the OPC server specified by machine name and server class, the OPC item specified by its ItemId and data type, and with the data value. |
DAItemValueArguments<TValue> Constructor(DAItemValueArguments<TValue>) | Initializes a new copy of the DAItemValueArguments<TValue> object. |